FUNCTION GetIndexedCollectionItem(c: Collection; index: SInt32; VAR itemSize: SInt32; itemData: UNIV Ptr): OSErr;
{$IFC NOT GENERATINGCFM}
INLINE $700E, $ABF6;
{$ENDC}
FUNCTION RemoveIndexedCollectionItem(c: Collection; index: SInt32): OSErr;
{$IFC NOT GENERATINGCFM}
INLINE $700F, $ABF6;
{$ENDC}
FUNCTION SetIndexedCollectionItemInfo(c: Collection; index: SInt32; whichAttributes: SInt32; newAttributes: SInt32): OSErr;
{$IFC NOT GENERATINGCFM}
INLINE $7010, $ABF6;
{$ENDC}
FUNCTION GetIndexedCollectionItemInfo(c: Collection; index: SInt32; VAR tag: CollectionTag; VAR id: SInt32; VAR itemSize: SInt32; VAR attributes: SInt32): OSErr;
{$IFC NOT GENERATINGCFM}
INLINE $7011, $ABF6;
{$ENDC}
FUNCTION CollectionTagExists(c: Collection; tag: CollectionTag): BOOLEAN;
{$IFC NOT GENERATINGCFM}
INLINE $7012, $ABF6;
{$ENDC}
FUNCTION CountCollectionTags(c: Collection): SInt32;
{$IFC NOT GENERATINGCFM}
INLINE $7013, $ABF6;
{$ENDC}
FUNCTION GetIndexedCollectionTag(c: Collection; tagIndex: SInt32; VAR tag: CollectionTag): OSErr;
{$IFC NOT GENERATINGCFM}
INLINE $7014, $ABF6;
{$ENDC}
FUNCTION CountTaggedCollectionItems(c: Collection; tag: CollectionTag): SInt32;
{$IFC NOT GENERATINGCFM}
INLINE $7015, $ABF6;
{$ENDC}
FUNCTION GetTaggedCollectionItem(c: Collection; tag: CollectionTag; whichItem: SInt32; VAR itemSize: SInt32; itemData: UNIV Ptr): OSErr;
{$IFC NOT GENERATINGCFM}
INLINE $7016, $ABF6;
{$ENDC}
FUNCTION GetTaggedCollectionItemInfo(c: Collection; tag: CollectionTag; whichItem: SInt32; VAR id: SInt32; VAR index: SInt32; VAR itemSize: SInt32; VAR attributes: SInt32): OSErr;